From 0cea27a10d43ec0836607e8c35dde43c6e3243d7 Mon Sep 17 00:00:00 2001 From: Tim Deegan Date: Tue, 23 Nov 2010 19:30:27 +0000 Subject: [PATCH] tools/xl: make it explicit that we migrate from stdin. No semantic changes, just makes things a bit less confusing. Signed-off-by: Tim Deegan Acked-by: Ian Jackson Signed-off-by: Ian Jackson --- tools/libxl/xl_cmdimpl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxl/xl_cmdimpl.c b/tools/libxl/xl_cmdimpl.c index 352a8db599..245f11f54c 100644 --- a/tools/libxl/xl_cmdimpl.c +++ b/tools/libxl/xl_cmdimpl.c @@ -2903,6 +2903,7 @@ static void migrate_receive(int debug, int daemonize) dom_info.daemonize = daemonize; dom_info.paused = 1; dom_info.restore_file = "incoming migration stream"; + dom_info.migrate_fd = 0; /* stdin */ dom_info.migration_domname_r = &migration_domname; rc = create_domain(&dom_info); -- 2.30.2